 |
API Documentation
|
|
|
int _specularTextureIndex
The specular texture, as the index within the DecodedTextureData set counterpart. No texture is encod...
Definition: DecodedMaterialData.h:21
DecodedMaterialData(const DecodedMaterialData &other)
Holds data about a decoded material.
Definition: DecodedMaterialData.h:12
nkMaths::Vector _ambientColor
The ambient color, if any.
Definition: DecodedMaterialData.h:14
DecodedMaterialData & operator=(const DecodedMaterialData &other)
int _ambientTextureIndex
The ambient texture, as the index within the DecodedTextureData set counterpart. No texture is encode...
Definition: DecodedMaterialData.h:15
DecodedMaterialData(DecodedMaterialData &&other)
int _diffuseTextureIndex
The diffuse texture, as the index within the DecodedTextureData set counterpart. No texture is encode...
Definition: DecodedMaterialData.h:18
nkMaths::Vector _diffuseColor
The diffuse color, if any.
Definition: DecodedMaterialData.h:17
nkMaths::Vector _specularColor
The specular color, if any.
Definition: DecodedMaterialData.h:20
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
A 4-component vector class, with floats.
Definition: Vector.h:12